home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00819.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  135 b   |  9 lines

  1. on mouseUp
  2.   set the movieRate of sprite 8 to 1
  3.   if the frame < 1900 then
  4.     go("balls")
  5.   else
  6.     play frame "ballsa"
  7.   end if
  8. end
  9.